We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 039821c + e1969bb commit 09127abCopy full SHA for 09127ab
1 file changed
protocol/src/main/protos/api/api.proto
@@ -671,7 +671,7 @@ service Wallet {
671
672
};
673
674
- // for shiededTransaction
+ // for shieldedTransaction
675
rpc CreateShieldedTransaction (PrivateParameters) returns (TransactionExtention) {
676
677
@@ -747,7 +747,7 @@ service Wallet {
747
748
rpc GetTriggerInputForShieldedTRC20Contract (ShieldedTRC20TriggerContractParameters) returns (BytesMessage) {
749
750
- // end for shiededTransaction
+ // end for shieldedTransaction
751
752
rpc CreateCommonTransaction (Transaction) returns (TransactionExtention) {
753
0 commit comments