Skip to content

Commit ebf87d5

Browse files
authored
Merge pull request #2 from 451PCBCOM/451PCBCOM-patch-1
Fix broken link and code style
2 parents 324d4dd + ecd9225 commit ebf87d5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

api/api.proto

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ service Wallet {
7474
};
7575
};
7676

77-
7877
rpc SetAccountId (SetAccountIdContract) returns (Transaction) {
7978
option (google.api.http) = {
8079
post: "/wallet/setaccountid"
@@ -429,7 +428,6 @@ service Wallet {
429428
};
430429
};
431430

432-
433431
rpc GetDelegatedResource (DelegatedResourceMessage) returns (DelegatedResourceList) {
434432
};
435433

@@ -624,15 +622,12 @@ service Wallet {
624622
}
625623

626624
rpc AddSign (TransactionSign) returns (TransactionExtention) {
627-
628625
}
629626

630627
rpc GetTransactionSignWeight (Transaction) returns (TransactionSignWeight) {
631-
632628
}
633629

634630
rpc GetTransactionApprovedList (Transaction) returns (TransactionApprovedList) {
635-
636631
}
637632

638633
rpc GetNodeInfo (EmptyMessage) returns (NodeInfo) {
@@ -645,7 +640,6 @@ service Wallet {
645640
};
646641

647642
rpc UpdateBrokerage (UpdateBrokerageContract) returns (TransactionExtention) {
648-
649643
};
650644

651645
// for shiededTransaction
@@ -906,16 +900,15 @@ service WalletExtension {
906900
service Database {
907901
// for tapos
908902
rpc getBlockReference (EmptyMessage) returns (BlockReference) {
909-
910903
}
904+
911905
rpc GetDynamicProperties (EmptyMessage) returns (DynamicProperties) {
912-
913906
}
907+
914908
rpc GetNowBlock (EmptyMessage) returns (Block) {
915-
916909
}
910+
917911
rpc GetBlockByNum (NumberMessage) returns (Block) {
918-
919912
}
920913
};
921914

0 commit comments

Comments
 (0)