Skip to content

Commit fed15a1

Browse files
committed
change toEnvelopeXdr to toEnvelopeXdrBase64
1 parent fb8afb1 commit fed15a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stellar_client/lib/src/client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ class Client {
350350
Uri.parse(
351351
'${_serviceUrls[_network.toString()]}/transactionfunding_service/fund_transaction'),
352352
headers: {'Content-Type': 'application/json'},
353-
body: jsonEncode({'transaction': fundedTransaction.toXdr()}),
353+
body: jsonEncode({'transaction': fundedTransaction.toEnvelopeXdrBase64()}),
354354
);
355355

356356
print(response.body);

0 commit comments

Comments
 (0)