Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Jun 27, 2024
1 parent 61f1edb commit 1a28a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (cl *Client) buildExtrinsicPayload(encodeCall string, genericExtrinsic *sca
if len(cl.metadata.Extrinsic.SignedIdentifier) > 0 && utiles.SliceIndex("ChargeTransactionPayment", cl.metadata.Extrinsic.SignedIdentifier) > -1 {
data = data + types.Encode("Compact<Balance>", genericExtrinsic.Tip) // tip
}
fmt.Println(cl.metadata.Extrinsic.SignedExtensions)

for identifier, extension := range genericExtrinsic.SignedExtensions {
for _, ext := range cl.metadata.Extrinsic.SignedExtensions {
if ext.Identifier == identifier {
Expand Down

0 comments on commit 1a28a8f

Please sign in to comment.