Commit ce0fa66a authored by dev0tion's avatar dev0tion

No fee parameter in current submodule

parent 2a5b33c3
...@@ -169,7 +169,7 @@ export class SendComponent implements OnInit { ...@@ -169,7 +169,7 @@ export class SendComponent implements OnInit {
} }
}, },
() => { () => {
this.estimatedFee = this.responseMessage.fee; this.estimatedFee = this.responseMessage;
} }
) )
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment