mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
Change multisign to return an encoded transaction (#1615)
This commit is contained in:
committed by
Mayukha Vadari
parent
fe919315d4
commit
4f1e1d653c
@@ -121,7 +121,7 @@ const multisignTxToCombine2: Transaction = {
|
||||
TransactionType: 'TrustSet',
|
||||
}
|
||||
|
||||
const expectedMultisign: Transaction = {
|
||||
const expectedMultisign: string = encode({
|
||||
Account: 'rEuLyBCvcw4CFmzv8RepSiAoNgF8tTGJQC',
|
||||
Fee: '30000',
|
||||
Flags: 262144,
|
||||
@@ -153,7 +153,7 @@ const expectedMultisign: Transaction = {
|
||||
],
|
||||
SigningPubKey: '',
|
||||
TransactionType: 'TrustSet',
|
||||
}
|
||||
})
|
||||
|
||||
describe('Signer', function () {
|
||||
it('sign', function () {
|
||||
|
||||
Reference in New Issue
Block a user