[#1560] morph/client: Remove customFees
type
It is private, is a simple map and there is no complex logic to be wrapped in methods. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
0ccea802e9
commit
f699e82ea7
3 changed files with 12 additions and 23 deletions
|
@ -17,7 +17,7 @@ func TestFees(t *testing.T) {
|
|||
def = fixedn.Fixed8(13)
|
||||
)
|
||||
|
||||
v.setDefault(def)
|
||||
v.defaultFee = def
|
||||
|
||||
fee = v.feeForMethod(method)
|
||||
require.True(t, fee.Equal(def))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue