Fixed JsonRpcSigner for Promise-based values.
This commit is contained in:
parent
ac2ad5a886
commit
98ea4b59a0
@ -128,7 +128,7 @@ var JsonRpcSigner = /** @class */ (function (_super) {
|
||||
});
|
||||
}
|
||||
return properties_1.resolveProperties(tx).then(function (tx) {
|
||||
return _this.provider.send('eth_sendTransaction', [transaction]);
|
||||
return _this.provider.send('eth_sendTransaction', [tx]);
|
||||
});
|
||||
};
|
||||
JsonRpcSigner.prototype.signMessage = function (message) {
|
||||
|
Loading…
Reference in New Issue
Block a user