fix: update rpc methods to upstream changes
This commit is contained in:
committed by
Michael Vines
parent
bf6c2ed6f5
commit
369afecfeb
@ -6,7 +6,7 @@
|
||||
|
||||
function getTransactionFee(connection) {
|
||||
return connection.getRecentBlockhash().then(response => {
|
||||
return response[1];
|
||||
return response.feeCalculator;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user