Skip to content

Commit 3373eaa

Browse files
authored
Merge pull request #2766 from tronprotocol/fix-http-bug
add the UpdateBrokerageContract to the address map
2 parents b491bbc + 5d1ef0d commit 3373eaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/tron/core/services/http/HttpSelfFormatFieldName.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ public class HttpSelfFormatFieldName {
104104
AddressFieldNameMap.put("protocol.ExchangeTransactionContract.owner_address", 1);
105105
//AccountPermissionUpdateContract
106106
AddressFieldNameMap.put("protocol.AccountPermissionUpdateContract.owner_address", 1);
107+
//UpdateBrokerageContract
108+
AddressFieldNameMap.put("protocol.UpdateBrokerageContract.owner_address", 1);
107109

108110
//***** Tron.proto *****
109111
//AccountId

0 commit comments

Comments
 (0)