Add support for using auto fee calculation #22

Merged
nabarun merged 19 commits from deep-stack/registry-sdk:iv-add-tx-info-test into main 2024-09-06 09:07:58 +00:00
Showing only changes of commit e85ac9e3ac - Show all commits

View File

@ -88,7 +88,7 @@ const configTests = () => {
expect(result.bonds).toHaveLength(1);
});
test('Fees and gas price both not set', async () => {
test('Error on fees and gas price both not set', async () => {
const testAccount = accounts[3];
const errorMsg = 'Gas price must be set in the client options when auto gas is used';