Skip to content

Commit

Permalink
use fee edition feature (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof authored Nov 9, 2023
1 parent 84ca6b7 commit 5c074dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node/sendoperation/signer/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var _ Signer = &WalletPlugin{}
func (s *WalletPlugin) Sign(nickname string, operation []byte) (*SignOperationResponse, error) {
httpRawResponse, err := ExecuteHTTPRequest(
http.MethodPost,
WalletPluginURL+"accounts/"+nickname+"/sign",
WalletPluginURL+"accounts/"+nickname+"/sign?allow-fee-edition=true",
bytes.NewBuffer(operation),
)
if err != nil {
Expand Down

0 comments on commit 5c074dd

Please sign in to comment.