Skip to content

Commit e1969bb

Browse files
authored
docs: fix shieldedTransaction typos in comments
1 parent 7e5bbbd commit e1969bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

protocol/src/main/protos/api/api.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ service Wallet {
671671

672672
};
673673

674-
// for shiededTransaction
674+
// for shieldedTransaction
675675
rpc CreateShieldedTransaction (PrivateParameters) returns (TransactionExtention) {
676676
};
677677

@@ -747,7 +747,7 @@ service Wallet {
747747

748748
rpc GetTriggerInputForShieldedTRC20Contract (ShieldedTRC20TriggerContractParameters) returns (BytesMessage) {
749749
};
750-
// end for shiededTransaction
750+
// end for shieldedTransaction
751751

752752
rpc CreateCommonTransaction (Transaction) returns (TransactionExtention) {
753753
};

0 commit comments

Comments
 (0)